A D F G I L M P S

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.AddressUpdate
doGet: It innerly calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.Forgot
doGet:It innerly calls the dopost method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.Interprocessmiddle
doGet : It internally calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.Intraprocessmiddle
doGet : It internally calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.LoginValidation
doGet : It internally calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.PasswordCheck
doGet: It internally calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.SessionCookie
doGet : It internally calls the dopost method
doGet(HttpServletRequest, HttpServletResponse) - Method in class ibs.StopPayment
doGet :It internally calls the dopost method
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.AddressUpdate
doPost: It updates the old address with the new address
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.Forgot
doPost : It checks the security answer matched with the security question
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.Interprocessmiddle
doPost : It will transfer the amount from from-account holder to to-account holder and update the balances
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.Intraprocessmiddle
doPost : It transfers the amount from from-account holder to to-account holder
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.LoginValidation
doPost : It checks the username and password with the database and gives response.It also forwards the request to session cookies.java if the same user enters password wrongly
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.PasswordCheck
doPost : It checks the password of a particular user with the database
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.SessionCookie
doPost : It checks whether the same user enters the password or other user
doPost(HttpServletRequest, HttpServletResponse) - Method in class ibs.StopPayment
doPost : It process the given cheque numbers and forward to stopPaymeny.jsp

A D F G I L M P S